A. Response object
B. Application object
C. Session object
D. Server object
Advertisement
Related Mcqs:
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
- A. Lock() B. ThreadLock C. Synchronize() D. Synchronize...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- Which of the following must be done in order to connect data from some data resource to Repeater control ?
- A. Call the DataBind method B. Set the DataSource property C. Both A and B D. None of these...
- What section of the config.Web file is used for storing a list of authorized users ?
- A. securityPolicy B. authentication C. authorization D. None of the above...
- In ASP.NET if one wants to maintain session then which of the following is used ?
- A. Microsoft SQL Server B. Session State Service C. In-process storage D. All of the above...
- Which of the following is not the way to maintain state ?
- A. Request object B. Hidden fields C. View state D. Cookies...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________?
- A. Threading B. AppDomain C. RCW D. Serialization...
Advertisement